Usage
get.Rt(x, burnin=2e4, plot=TRUE, type=c("boxplot", "lines"), lines=FALSE,
fill.col="gold", lines.col=transp("grey"), ...)get.R(x, burnin=2e4, ...)
get.incid(x, burnin=2e4, plot=TRUE, type=c("boxplot", "lines"),
lines=FALSE, fill.col="gold", lines.col=transp("grey"), ...)
Arguments
x
the output of outbreaker
or outbreaker.parallel
.
burnin
an integer indicating the number of steps of the MCMC to
be discarded as burnin period. Defaults to 20,000.
plot
a logical indicating whether a plot should be displayed.
type
a character indicating the type of plot to be used.
lines
a logical indicating whether individual lines should be
added to the plot.
fill.col
the color to be used for the boxplot.
lines.col
the color to be used to the lines.
...
further arguments to be passed to other functions.